home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Advisor / CD-ROM Advisor.iso / prodemo / demo / pdymain.dxr / 00003.ls < prev    next >
Encoding:
Text File  |  1995-09-29  |  178 b   |  9 lines

  1. on exitFrame
  2.   global gNextLabel, gSmallButtonsOn, gCursorIsHand
  3.   set gCursorIsHand to 0
  4.   set gSmallButtonsOn to 0
  5.   cursor(-1)
  6.   set gNextLabel to "welc"
  7.   go(gNextLabel)
  8. end
  9.